warp7: Make CONFIG_SYS_FDT_ADDR a define
authorBryan O'Donoghue <[email protected]>
Tue, 24 Apr 2018 17:46:40 +0000 (18:46 +0100)
committerStefano Babic <[email protected]>
Thu, 26 Apr 2018 06:53:22 +0000 (08:53 +0200)
commit56eca404e1dc7aed65fb5268826eba1c548434ae
tree455b12f078654c2dab2707cfed7e3f35e1118608
parent42fcabdb26ca009db7cda97b3199fc57105377b3
warp7: Make CONFIG_SYS_FDT_ADDR a define

In order to sign images with the IMX code-signing-tool (CST) we need to
know the load address of a given image. The best way to derive this load
address is to make it into a define - so that u-boot.cfg contains the
address - which we can then parse when generating the IMX CST headers.

Signed-off-by: Bryan O'Donoghue <[email protected]>
Reviewed-by: Ryan Harkin <[email protected]>
Tested-by: Breno Lima <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
board/warp7/Kconfig
include/configs/warp7.h